home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 3 code / ISO 9660 & High Sierra / iso9660 ƒ / textdlog.h < prev   
Encoding:
Text File  |  1990-04-15  |  599 b   |  26 lines  |  [TEXT/KAHL]

  1. /************************************************************************
  2.  *
  3.  *    Copyright © 1990    Apple Computer, Inc.  All rights reserved.
  4.  *
  5.  ************************************************************************/
  6.  
  7. /* Protoypes grabbed from file
  8. ** "TextDlog.c"
  9. ** 1987 Dec 21 (Mon) 15:50:11
  10. */
  11.  
  12. void HighLightDefault(DialogPtr);
  13.  
  14. pascal void DrawScroll(DialogPtr, int);
  15.  
  16. pascal void DrawTextRect(DialogPtr, int);
  17.  
  18. void DoScroll(int);
  19.  
  20. pascal void __TrackScroll(ControlHandle, int);
  21.  
  22. pascal Boolean TextFilter(DialogPtr, EventRecord *, int *);
  23.  
  24. void TextDialog(int, Handle, int, int, Boolean);
  25.  
  26.